projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26459b2
)
(expect_property_change): Fix Lisp_Object/integer confusion.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Apr 1997 22:32:00 +0000
(22:32 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Apr 1997 22:32:00 +0000
(22:32 +0000)
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index 2ba3d8690199fa13195ad5d44461078024a0fa3d..09e1484159930b61e2f99abfccd0f93c6a07f639 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-901,7
+901,7
@@
static struct prop_location *
expect_property_change (display, window, property, state)
Display *display;
Window window;
-
Lisp_Object
property;
+
Atom
property;
int state;
{
struct prop_location *pl